home *** CD-ROM | disk | FTP | other *** search
- object floader: Tfloader
- Left = 323
- Top = 278
- Cursor = crHourGlass
- BorderIcons = [biMinimize, biMaximize]
- BorderStyle = bsNone
- Caption = 'Please wait...'
- ClientHeight = 44
- ClientWidth = 353
- Color = 15400959
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- Scaled = False
- OnCloseQuery = FormCloseQuery
- OnCreate = FormCreate
- DesignSize = (
- 353
- 44)
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 4
- Top = 5
- Width = 347
- Height = 21
- Anchors = [akLeft, akTop, akRight]
- AutoSize = False
- Caption = 'Loading Advanced Uninstaller Monitor...'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -16
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Gauge1: TGauge
- Left = 0
- Top = 30
- Width = 353
- Height = 14
- Align = alBottom
- ForeColor = clBlue
- Progress = 0
- end
- object Timer1: TTimer
- Enabled = False
- Interval = 100
- OnTimer = Timer1Timer
- Left = 179
- Top = 8
- end
- end
-